[INFO] cloning repository https://github.com/generalproxy/rustoxy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/generalproxy/rustoxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeneralproxy%2Frustoxy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeneralproxy%2Frustoxy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb39b38f18352797ae54efc63ed519eef3b3e1d5
[INFO] fixing generalproxy/rustoxy against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeneralproxy%2Frustoxy" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/generalproxy/rustoxy
[INFO] finished tweaking git repo https://github.com/generalproxy/rustoxy
[INFO] tweaked toml for git repo https://github.com/generalproxy/rustoxy written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/generalproxy/rustoxy on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/generalproxy/rustoxy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `rustoxy` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b27a1555f0a37a6028755647e95b2f058e611adfc8c74aa0d9453e2a760df7d5
[INFO] running `Command { std: "docker" "start" "b27a1555f0a37a6028755647e95b2f058e611adfc8c74aa0d9453e2a760df7d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b27a1555f0a37a6028755647e95b2f058e611adfc8c74aa0d9453e2a760df7d5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b27a1555f0a37a6028755647e95b2f058e611adfc8c74aa0d9453e2a760df7d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b27a1555f0a37a6028755647e95b2f058e611adfc8c74aa0d9453e2a760df7d5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `rustoxy` (manifest) generated 1 warning
[INFO] [stderr]     Checking libc v0.2.40
[INFO] [stderr]     Checking cfg-if v0.1.2
[INFO] [stderr]     Checking futures v0.1.21
[INFO] [stderr]     Checking lazy_static v1.0.0
[INFO] [stderr]     Checking byteorder v1.2.2
[INFO] [stderr]     Checking nodrop v0.1.12
[INFO] [stderr]     Checking slab v0.4.0
[INFO] [stderr]     Checking lazycell v0.6.0
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking log v0.4.1
[INFO] [stderr]     Checking arrayvec v0.4.7
[INFO] [stderr]     Checking crossbeam-utils v0.3.2
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]     Checking crossbeam-utils v0.2.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking ucd-util v0.1.1
[INFO] [stderr]    Compiling regex v0.2.10
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking net2 v0.2.32
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]     Checking rand v0.4.2
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]     Checking bytes v0.4.6
[INFO] [stderr]     Checking crossbeam-epoch v0.4.1
[INFO] [stderr]     Checking thread_local v0.3.5
[INFO] [stderr]     Checking mio v0.6.14
[INFO] [stderr]     Checking aho-corasick v0.6.4
[INFO] [stderr]     Checking regex-syntax v0.5.5
[INFO] [stderr]     Checking crossbeam-deque v0.3.0
[INFO] [stderr]     Checking quick-error v1.2.1
[INFO] [stderr]     Checking utf8-ranges v1.0.0
[INFO] [stderr]     Checking humantime v1.1.1
[INFO] [stderr]     Checking atty v0.2.9
[INFO] [stderr]     Checking termcolor v0.3.6
[INFO] [stderr]     Checking scoped-tls v0.1.1
[INFO] [stderr]     Checking serde v1.0.47
[INFO] [stderr]     Checking tokio-executor v0.1.2
[INFO] [stderr]     Checking tokio-io v0.1.6
[INFO] [stderr]     Checking tokio-threadpool v0.1.2
[INFO] [stderr]     Checking tokio-timer v0.2.1
[INFO] [stderr]     Checking tokio-reactor v0.1.1
[INFO] [stderr]     Checking tokio-tcp v0.1.0
[INFO] [stderr]     Checking tokio-udp v0.1.0
[INFO] [stderr]     Checking tokio v0.1.5
[INFO] [stderr]     Checking tokio-core v0.1.17
[INFO] [stderr]     Checking env_logger v0.5.9
[INFO] [stderr]     Checking rustoxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/client_channel.rs (1 fix)
[INFO] [stderr]        Fixed src/main.rs (1 fix)
[INFO] [stderr]        Fixed src/utilities.rs (1 fix)
[INFO] [stderr]        Fixed src/client.rs (2 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.27s
[INFO] [stderr] crater-edition-check: rustoxy v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking rustoxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> src/utilities.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let hostname = r#try!(str::from_utf8(hostname).map_err(|_e| {
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/utilities.rs:71:55
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct Timeout<F,TO> { f:F, m:&'static str, t:TO };
[INFO] [stdout]    |                                                       ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> src/utilities.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let hostname = r#try!(str::from_utf8(hostname).map_err(|_e| {
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/utilities.rs:71:55
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct Timeout<F,TO> { f:F, m:&'static str, t:TO };
[INFO] [stdout]    |                                                       ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/main.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     drop(env_logger::init());
[INFO] [stdout]    |     ^^^^^------------------^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          argument has type `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 67 -     drop(env_logger::init());
[INFO] [stdout] 67 +     let _ = env_logger::init();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/main.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     drop(env_logger::init());
[INFO] [stdout]    |     ^^^^^------------------^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          argument has type `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 67 -     drop(env_logger::init());
[INFO] [stdout] 67 +     let _ = env_logger::init();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.71s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr]     Checking rustoxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.16s
[INFO] [stderr] crater-edition-check: rustoxy v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking rustoxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> src/utilities.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let hostname = r#try!(str::from_utf8(hostname).map_err(|_e| {
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/utilities.rs:71:55
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct Timeout<F,TO> { f:F, m:&'static str, t:TO };
[INFO] [stdout]    |                                                       ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> src/utilities.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let hostname = r#try!(str::from_utf8(hostname).map_err(|_e| {
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/utilities.rs:71:55
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct Timeout<F,TO> { f:F, m:&'static str, t:TO };
[INFO] [stdout]    |                                                       ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/main.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     drop(env_logger::init());
[INFO] [stdout]    |     ^^^^^------------------^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          argument has type `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 67 -     drop(env_logger::init());
[INFO] [stdout] 67 +     let _ = env_logger::init();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/main.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     drop(env_logger::init());
[INFO] [stdout]    |     ^^^^^------------------^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          argument has type `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 67 -     drop(env_logger::init());
[INFO] [stdout] 67 +     let _ = env_logger::init();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr]     Checking rustoxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/main.rs (1 fix)
[INFO] [stdout] warning: `impl futures::Future<Item = T, Error = std::io::Error>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/utilities.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 |     -> impl Future<Item=T,Error=io::Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/utilities.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn timeout<T>(handle: &Handle, future:impl Future<Item=T,Error=io::Error>, msg:&'static str) 
[INFO] [stdout]    |                           ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]   --> src/utilities.rs:68:43
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn timeout<T>(handle: &Handle, future:impl Future<Item=T,Error=io::Error>, msg:&'static str) 
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 68 ~ pub fn timeout<T, U: Future<Item = T, Error = io::Error>>(handle: &Handle, future:U, msg:&'static str) 
[INFO] [stdout] 69 ~     -> impl Future<Item=T,Error=io::Error> + use<T, U> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/client_channel.rs (1 fix)
[INFO] [stdout] warning: `impl futures::Future<Item = T, Error = std::io::Error>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/utilities.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 |     -> impl Future<Item=T,Error=io::Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/utilities.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn timeout<T>(handle: &Handle, future:impl Future<Item=T,Error=io::Error>, msg:&'static str) 
[INFO] [stdout]    |                           ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]   --> src/utilities.rs:68:43
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub fn timeout<T>(handle: &Handle, future:impl Future<Item=T,Error=io::Error>, msg:&'static str) 
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 68 ~ pub fn timeout<T, U: Future<Item = T, Error = io::Error>>(handle: &Handle, future:U, msg:&'static str) 
[INFO] [stdout] 69 ~     -> impl Future<Item=T,Error=io::Error> + use<T, U> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s
[INFO] [stderr] crater-edition-check: rustoxy v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking rustoxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> src/utilities.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let hostname = r#try!(str::from_utf8(hostname).map_err(|_e| {
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/utilities.rs:71:55
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct Timeout<F,TO> { f:F, m:&'static str, t:TO };
[INFO] [stdout]    |                                                       ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `self.handle` does not live long enough
[INFO] [stdout]    --> src/client.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout]  75 |       fn serve_v5(self, conn: TcpStream)
[INFO] [stdout]     |                   ---- binding `self` declared here
[INFO] [stdout] ...
[INFO] [stdout] 134 |           let pair = timeout(&self.handle, handshake_finish, "timeout during handshake");
[INFO] [stdout]     |                              ^^^^^^^^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 148 |           let result = pair.and_then(|(c1, c2)| 
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 149 | |             transfer(new_tcpendpoint(c1), new_tcpendpoint(c2)));
[INFO] [stdout]     | |_______________________________________________________________- assignment requires that `self.handle` is borrowed for `'static`
[INFO] [stdout] ...
[INFO] [stdout] 152 |       }    
[INFO] [stdout]     |       - `self.handle` dropped here while still borrowed
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/client.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 134 |         let pair = timeout(&self.handle, handshake_finish, "timeout during handshake");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/utilities.rs:68:43
[INFO] [stdout]     |
[INFO] [stdout]  68 | pub fn timeout<T>(handle: &Handle, future:impl Future<Item=T,Error=io::Error>, msg:&'static str) 
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    --> src/utilities.rs:68:17
[INFO] [stdout]     |
[INFO] [stdout]  68 ~ pub fn timeout<T, U: Future<Item = T, Error = io::Error>>(handle: &Handle, future:U, msg:&'static str) 
[INFO] [stdout]  69 ~     -> impl Future<Item=T,Error=io::Error> + use<T, U> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> src/utilities.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let hostname = r#try!(str::from_utf8(hostname).map_err(|_e| {
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/utilities.rs:71:55
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct Timeout<F,TO> { f:F, m:&'static str, t:TO };
[INFO] [stdout]    |                                                       ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustoxy` (bin "rustoxy") due to 1 previous error; 2 warnings emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0597`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0597]: `self.handle` does not live long enough
[INFO] [stdout]    --> src/client.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout]  75 |       fn serve_v5(self, conn: TcpStream)
[INFO] [stdout]     |                   ---- binding `self` declared here
[INFO] [stdout] ...
[INFO] [stdout] 134 |           let pair = timeout(&self.handle, handshake_finish, "timeout during handshake");
[INFO] [stdout]     |                              ^^^^^^^^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 148 |           let result = pair.and_then(|(c1, c2)| 
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 149 | |             transfer(new_tcpendpoint(c1), new_tcpendpoint(c2)));
[INFO] [stdout]     | |_______________________________________________________________- assignment requires that `self.handle` is borrowed for `'static`
[INFO] [stdout] ...
[INFO] [stdout] 152 |       }    
[INFO] [stdout]     |       - `self.handle` dropped here while still borrowed
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/client.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 134 |         let pair = timeout(&self.handle, handshake_finish, "timeout during handshake");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/utilities.rs:68:43
[INFO] [stdout]     |
[INFO] [stdout]  68 | pub fn timeout<T>(handle: &Handle, future:impl Future<Item=T,Error=io::Error>, msg:&'static str) 
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    --> src/utilities.rs:68:17
[INFO] [stdout]     |
[INFO] [stdout]  68 ~ pub fn timeout<T, U: Future<Item = T, Error = io::Error>>(handle: &Handle, future:U, msg:&'static str) 
[INFO] [stdout]  69 ~     -> impl Future<Item=T,Error=io::Error> + use<T, U> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0597`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustoxy` (bin "rustoxy" test) due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b27a1555f0a37a6028755647e95b2f058e611adfc8c74aa0d9453e2a760df7d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b27a1555f0a37a6028755647e95b2f058e611adfc8c74aa0d9453e2a760df7d5", kill_on_drop: false }`
[INFO] [stdout] b27a1555f0a37a6028755647e95b2f058e611adfc8c74aa0d9453e2a760df7d5
